home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : User Interface Forms Generator
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : John Foreman
- -- : Texas Instruments, Inc.
- -- : P.O. Box 801 MS 8007
- -- : McKinney, TX 75069
- -- : Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Texas Instruments, Inc.
- -- DATE CREATED : 10 November 1984
- -- DATE RELEASED : 1 March 1985
- -- DATE LAST UPDATED : 1 March 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : Forms Generator
- -- CATEGORY LEVEL 3 : Forms Generator 2
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Forms Generator
- -- INDEX : Generator, Forms
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_01
- -- SEE ALSO : WIS_TOOL_08_3
- -- SEE ALSO : WIS_TOOL_08_5
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.FORMGEN>FORM2*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.FORMGEN>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- FORM2.CMM 1377 44
- -- FORM2.DOC 68423 4576
- -- FORM2.PRO 4062 84
- -- FORM2.SRC 273663 8390
- -- FORM2.TST 44739 1398
- -- FORM2MAN.DOC 78596 3261
- -- =============== ========== ==========
- -- 6 Files 470860 17753
- --= ABSTRACT ===============================================--
- -- This tool is used to seperate an application's procedural code
- -- from the code required to drive a terminal. The system will provide
- -- both an interactive and batch interface that enables an application
- -- programmer to design a screen format and save the representation in a
- -- machine readable form. The Form Executor package will provide
- -- procedural and functional interfaces that enable a program to access
- -- the output of the system and present it to a terminal. This toolset
- -- will support asynchronous ASCII terminals with single character
- -- transmission capabilities.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 John Foreman Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-